QuickOPC User's Guide and Reference
SourceTimestampLocal Property (UABaseVariable<TValue,TAttribute>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UABaseVariable<TValue,TAttribute> Class : SourceTimestampLocal Property
Contains the source timestamp. In local time.
Syntax
'Declaration
 
<MappingTagAttribute("OpcLabs.EasyOpc.UA.Modelling.VariableValue")>
<UADataAttribute(Kind=UADataMappingKind.Exception Or  _
    UADataMappingKind.ServerTimestampLocal Or  _
    UADataMappingKind.SourceTimestampLocal, 
   Operations=UADataMappingOperations.Read Or  _
    UADataMappingOperations.Subscribe Or  _
    UADataMappingOperations.ReadAndSubscribe)>
Public Property SourceTimestampLocal As Date
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim value As Date
 
instance.SourceTimestampLocal = value
 
value = instance.SourceTimestampLocal
[MappingTag("OpcLabs.EasyOpc.UA.Modelling.VariableValue")]
[UAData(Kind=UADataMappingKind.Exception | 
    UADataMappingKind.ServerTimestampLocal | 
    UADataMappingKind.SourceTimestampLocal, 
   Operations=UADataMappingOperations.Read | 
    UADataMappingOperations.Subscribe | 
    UADataMappingOperations.ReadAndSubscribe)]
public DateTime SourceTimestampLocal {get; set;}
[MappingTag("OpcLabs.EasyOpc.UA.Modelling.VariableValue")]
[UAData(Kind=UADataMappingKind.Exception | 
    UADataMappingKind.ServerTimestampLocal | 
    UADataMappingKind.SourceTimestampLocal, 
   Operations=UADataMappingOperations.Read | 
    UADataMappingOperations.Subscribe | 
    UADataMappingOperations.ReadAndSubscribe)]
public:
property DateTime SourceTimestampLocal {
   DateTime get();
   void set (    DateTime value);
}
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UABaseVariable<TValue,TAttribute> Class
UABaseVariable<TValue,TAttribute> Members